`LazyList<...>` vs `System.Lazy<List<...>>` in ASP.NET MVC 2?

Posted by FreshCode on Stack Overflow See other posts from Stack Overflow or by FreshCode
Published on 2010-04-22T10:31:39Z Indexed on 2010/04/22 10:33 UTC
Read the original article Hit count: 333

In Rob Conery's Storefront series, Rob makes extensive use of the LazyList<..> construct to pull data from IQueryables.

  • How does this differ from the System.Lazy<...> construct now available in .NET 4.0? (perhaps earlier)

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about lazy